kustomer-client
    Preparing search index...

    Type Alias GetKlassResponses

    type GetKlassResponses = {
        "200": {
            data: {
                attributes: {
                    appDisabled?: boolean;
                    color?: string;
                    createdAt: string;
                    displayName?: string;
                    icon: string;
                    mixins?: ("commentable" | "assignable" | "editable" | "creatable")[];
                    name: string;
                    status: string;
                    updatedAt: string;
                };
                id: string;
                links: { self: string };
                relationships: {
                    kobjects: { links: { self: string } };
                    org: { data: { id: string; type: string }; links: { self: string } };
                };
                type: string;
            };
        };
    }
    Index

    Properties

    Properties

    "200": {
        data: {
            attributes: {
                appDisabled?: boolean;
                color?: string;
                createdAt: string;
                displayName?: string;
                icon: string;
                mixins?: ("commentable" | "assignable" | "editable" | "creatable")[];
                name: string;
                status: string;
                updatedAt: string;
            };
            id: string;
            links: { self: string };
            relationships: {
                kobjects: { links: { self: string } };
                org: { data: { id: string; type: string }; links: { self: string } };
            };
            type: string;
        };
    }

    OK