kustomer-client
    Preparing search index...

    Type Alias GetDefaultScheduleData

    type GetDefaultScheduleData = {
        body?: never;
        path?: never;
        query?: { include?: string };
        url: "/schedules/default";
    }
    Index

    Properties

    Properties

    body?: never
    path?: never
    query?: { include?: string }

    Type declaration

    • Optionalinclude?: string

      Option to include holidays. Accepted values: holidays.

    url: "/schedules/default"