SongGuess
    Preparing search index...
    interface ImageList {
        cursor?: string;
        images: ImageMetadata[];
        listComplete: boolean;
    }
    Index

    Properties

    cursor?: string
    images: ImageMetadata[]
    listComplete: boolean