braze-api
    Preparing search index...

    Interface CatalogListResponse

    interface CatalogListResponse {
        catalogs: {
            description: string;
            fields: { name: string; type: string }[];
        }[];
        errors?: string[];
        message: string;
    }

    Hierarchy

    • ServerResponse
      • CatalogListResponse
    Index

    Properties

    catalogs: { description: string; fields: { name: string; type: string }[] }[]
    errors?: string[]
    message: string