export interface cardType {
    id: string;
    type: string;
    title: string;
    uiSchema: Record<string, any>;
}
