SongGuess
    Preparing search index...
    interface ImageListOptions {
        creator?: string;
        cursor?: string;
        limit?: number;
        sortOrder?: "desc" | "asc";
    }
    Index

    Properties

    creator?: string
    cursor?: string
    limit?: number
    sortOrder?: "desc" | "asc"