Type alias StationaryEvent

StationaryEvent: <internal>.StationaryEvent & {
    appointmentDate?: string;
    date?: string;
    in_coming?: boolean;
    isScheduled?: boolean;
    is_ended?: boolean;
    is_started?: boolean;
    product?: API.Product | null;
    title?: string;
}

Generated using TypeDoc