kustomer-client
    Preparing search index...

    Type Alias CreateScheduleResponses

    type CreateScheduleResponses = {
        "200": {
            data: {
                attributes: {
                    createdAt: string;
                    default: boolean;
                    hours: {
                        "0": string | null;
                        "1": number[][];
                        "2": number[][];
                        "3": number[][];
                        "4": number[][];
                        "5": number[][];
                        "6": string | null;
                    };
                    modifiedAt: string;
                    name: string;
                    timezone: string;
                    updatedAt: string;
                };
                id: string;
                links: { self: string };
                relationships: {
                    createdBy: {
                        data: { id: string; type: string };
                        links: { self: string };
                    };
                    modifiedBy: {
                        data: { id: string; type: string };
                        links: { self: string };
                    };
                    org: { data: { id: string; type: string }; links: { self: string } };
                };
                type: string;
            };
        };
    }
    Index

    Properties

    Properties

    "200": {
        data: {
            attributes: {
                createdAt: string;
                default: boolean;
                hours: {
                    "0": string | null;
                    "1": number[][];
                    "2": number[][];
                    "3": number[][];
                    "4": number[][];
                    "5": number[][];
                    "6": string | null;
                };
                modifiedAt: string;
                name: string;
                timezone: string;
                updatedAt: string;
            };
            id: string;
            links: { self: string };
            relationships: {
                createdBy: {
                    data: { id: string; type: string };
                    links: { self: string };
                };
                modifiedBy: {
                    data: { id: string; type: string };
                    links: { self: string };
                };
                org: { data: { id: string; type: string }; links: { self: string } };
            };
            type: string;
        };
    }

    OK