interface BoardCardSettings {
    cards?: { [key: string]: FieldSetting[] };
}

Properties

Properties

cards?: { [key: string]: FieldSetting[] }