shaligo
    Preparing search index...

    Interface ImprintDetail

    interface ImprintDetail {
        cv_id?: number | null;
        desc?: string;
        founded?: number | null;
        gcd_id?: number | null;
        id: number;
        image?: string | null;
        modified: string;
        name: string;
        publisher: PublisherRef;
        resource_url: string;
    }
    Index
    cv_id?: number | null

    Comic Vine ID.

    desc?: string
    founded?: number | null
    gcd_id?: number | null

    Grand Comics Database ID.

    id: number
    image?: string | null
    modified: string

    ISO 8601 timestamp.

    name: string
    publisher: PublisherRef
    resource_url: string