teableio/teable

View on GitHub
apps/nextjs-app/src/features/app/blocks/view/kanban/components/interface.ts

Summary

Maintainability
A
0 mins
Test Coverage
import type { Record as IRecord } from '@teable/sdk/model';

export type ICardMap = Record<string, IRecord[]>;