braze-api
    Preparing search index...

    Interface CatalogListItemsResponse<T>

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

    Type Parameters

    Hierarchy

    • ServerResponse
      • CatalogListItemsResponse
    Index

    Properties

    Properties

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