shaligo
    Preparing search index...

    Interface ArcParams

    interface ArcParams {
        cv_id?: number;
        gcd_id?: number;
        modified_gt?: string;
        name?: string;
        page?: number;
    }
    Index
    cv_id?: number

    Comic Vine ID.

    gcd_id?: number

    Grand Comics Database ID.

    modified_gt?: string

    ISO 8601 datetime; return records modified after this.

    name?: string
    page?: number