-
Notifications
You must be signed in to change notification settings - Fork 75
/
Copy pathtypes.d.ts
15 lines (15 loc) · 943 Bytes
/
types.d.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
export {AttachmentId} from './dist/types/src/types/attachment';
export {BaseId} from './dist/types/src/types/base';
export {BlockInstallationId} from './dist/types/src/types/block';
export {UserId, CollaboratorData} from './dist/types/src/types/collaborator';
export {FieldId} from './dist/types/src/types/field';
export {PermissionCheckResult} from './dist/types/src/types/mutations';
export {RecordId} from './dist/types/src/types/record';
export {TableId} from './dist/types/src/types/table';
export {ViewId} from './dist/types/src/types/view';
export {GlobalConfigValue} from './dist/types/src/types/global_config';
export {default as GlobalConfig} from './dist/types/src/global_config';
export {Color} from './dist/types/src/colors';
export {RecordActionData} from './dist/types/src/types/record_action_data';
export {default as Watchable} from './dist/types/src/watchable';
export {default as Viewport} from './dist/types/src/viewport';