Creating Plot Twists
    Preparing search index...

    Type Alias ScheduleContact

    type ScheduleContact = {
        contact: Actor;
        status: ScheduleContactStatus | null;
        role: ScheduleContactRole;
        archived: boolean;
    }
    Index

    Properties

    contact: Actor
    status: ScheduleContactStatus | null
    archived: boolean