RawData🔗Definition🔗export interface RawData { type: unknown; id: string; settings?: { size?: string; }; hide?: boolean; } See also🔗 RawDataBuilder