Tsarr Documentation - v2.11.0
    Preparing search index...

    Type Alias Crew

    type Crew = {
        id?: number;
        creditId?: string;
        gender?: number;
        name?: string;
        job?: string;
        department?: string;
        profilePath?: string | null;
    }
    Index

    Properties

    id?: number
    creditId?: string
    gender?: number
    name?: string
    job?: string
    department?: string
    profilePath?: string | null