kustomer-client
    Preparing search index...

    Type Alias CreateRoleGroupResponses

    type CreateRoleGroupResponses = {
        "200": {
            data: {
                attributes: {
                    createdAt: string;
                    description: string;
                    display: boolean;
                    name: string;
                    roles: string[];
                    system: boolean;
                    updatedAt: string;
                };
                id: string;
                relationships: {
                    org: { data: { id: string; type: string }; links: { self: string } };
                };
                type: string;
            };
        };
    }
    Index

    Properties

    Properties

    "200": {
        data: {
            attributes: {
                createdAt: string;
                description: string;
                display: boolean;
                name: string;
                roles: string[];
                system: boolean;
                updatedAt: string;
            };
            id: string;
            relationships: {
                org: { data: { id: string; type: string }; links: { self: string } };
            };
            type: string;
        };
    }

    OK