export interface ContentModelMetadata { /** * Unique identifier for the content model instance * * @example yadj1kx9rmg0 */ id: string; /** * Human readable identifier for the content model instance * * @example Home Page Shop Now Button Card */ title?: string; /** * Human readable identifier for the content model type * * @example Button Card */ type?: string; }