[]
type StampCategory = object;
Image stamp category data model.
optional dpi: number;
Optional. Images resolution.
72.
optional id: string;
Category identifier.
optional isDynamic: boolean;
Indicates whether the category contains dynamic stamps. Dynamic stamp images are updated for each new stamp instance.
name: string;
Category display name.
optional stampImages: string[];
Stamp image names.
optional stampImageUrls: string[];
Optional. Full URIs for image stamps. If specified, the stampImageUrls settings will be used instead of the stampImages array.