braze-api
    Preparing search index...

    Interface CatalogListItemResponse<T>

    interface CatalogListItemResponse<T extends CatalogListItem = CatalogListItem> {
        errors?: string[];
        items: [T];
        message: string;
    }

    Type Parameters

    Hierarchy

    • ServerResponse
      • CatalogListItemResponse
    Index

    Properties

    Properties

    errors?: string[]
    items: [T]
    message: string