braze-api
    Preparing search index...

    Interface ScheduleObject

    interface ScheduleObject {
        at_optimal_time?: boolean;
        in_local_time?: boolean;
        time: string;
    }
    Index

    Properties

    at_optimal_time?: boolean
    in_local_time?: boolean
    time: string