SongGuess
    Preparing search index...
    interface ImageMetadata {
        creator?: string;
        draft?: boolean;
        filename?: string;
        id: string;
        meta?: Record<string, unknown>;
        requireSignedURLs: boolean;
        uploaded?: string;
        variants: string[];
    }
    Index

    Properties

    creator?: string
    draft?: boolean
    filename?: string
    id: string
    meta?: Record<string, unknown>
    requireSignedURLs: boolean
    uploaded?: string
    variants: string[]