kustomer-client
    Preparing search index...

    Type Alias CreateKObjectData

    type CreateKObjectData = {
        body?: {
            company?: string;
            createdAt?: string;
            custom?: { [key: string]: never };
            customer?: string;
            data?: { [key: string]: unknown };
            description?: string;
            externalId?: string;
            icon?: string;
            images?: string[];
            importedAt?: string;
            tags?: string[];
            title: string;
        };
        path: { name: string };
        query?: never;
        url: "/klasses/{name}";
    }
    Index

    Properties

    Properties

    body?: {
        company?: string;
        createdAt?: string;
        custom?: { [key: string]: never };
        customer?: string;
        data?: { [key: string]: unknown };
        description?: string;
        externalId?: string;
        icon?: string;
        images?: string[];
        importedAt?: string;
        tags?: string[];
        title: string;
    }
    path: { name: string }

    Type declaration

    • name: string

      Klass name of the KObjects (custom objects).

    query?: never
    url: "/klasses/{name}"