Creating Plot Twists
    Preparing search index...

    Type Alias NewScheduleContact

    type NewScheduleContact = {
        contact: NewActor;
        status?: ScheduleContactStatus | null;
        role?: ScheduleContactRole | null;
        archived?: boolean;
    }
    Index

    Properties

    contact: NewActor
    status?: ScheduleContactStatus | null
    role?: ScheduleContactRole | null
    archived?: boolean