export CatalogEntryDeets

interface CatalogEntryDeets {
    catalog_id: string;
    ordinal?: number;
}

Properties

Properties

catalog_id: string

The id of a catalog this PortfolioItem belongs to

ordinal?: number

The ordinal position when necessary, otherwise ignored