kustomer-client
    Preparing search index...

    Type Alias GetOutboundAccountsResponses

    type GetOutboundAccountsResponses = {
        "200": {
            data: {
                attributes: { account: string; channel: string; name: string };
                type: string;
            }[];
            links: { self: string };
            meta: { [key: string]: unknown };
        };
    }
    Index

    Properties

    Properties

    "200": {
        data: {
            attributes: { account: string; channel: string; name: string };
            type: string;
        }[];
        links: { self: string };
        meta: { [key: string]: unknown };
    }

    OK