@carlosnc/tmdb-sdk - v0.8.0
    Preparing search index...

    Interface CreatedBy

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

    Properties

    credit_id: string
    gender: number
    id: number
    name: string
    profile_path: string | null