@theophilusdev/conduit
    Preparing search index...

    Interface AnimatedImageAttachment

    interface AnimatedImageAttachment {
        animatedGifPreviewUrl: string;
        animatedGifUrl: string;
        animatedWebpPreviewUrl: string;
        animatedWebpUrl: string;
        facebookUrl: string;
        filename: string;
        height: number;
        ID: string;
        name: string;
        previewHeight: number;
        previewUrl: string;
        previewWidth: number;
        rawGifImage: string;
        thumbnailUrl: string;
        type: "animated_image";
        url: string;
        width: number;
    }
    Index

    Properties

    animatedGifPreviewUrl: string
    animatedGifUrl: string
    animatedWebpPreviewUrl: string
    animatedWebpUrl: string
    facebookUrl: string
    filename: string
    height: number
    ID: string
    name: string
    previewHeight: number
    previewUrl: string
    previewWidth: number
    rawGifImage: string
    thumbnailUrl: string
    type: "animated_image"
    url: string
    width: number