tmdb-ts
    Preparing search index...

    Interface CreatedBy

    A person who created a TV show.

    interface CreatedBy {
        credit_id: string;
        gender: number;
        id: number;
        name: string;
        profile_path: string;
    }
    Index

    Properties

    credit_id: string
    gender: number

    0 = not set, 1 = female, 2 = male, 3 = non-binary.

    id: number
    name: string
    profile_path: string