UNPKG

@voiceflow/base-types

Version:

Voiceflow base project types

13 lines 281 B
export interface Model { _id: string; sessionID: string; creatorID: number; projectID: string; os: string; unread: boolean; device: string; browser: string; createdAt: number; reportTags: string[]; } //# sourceMappingURL=transcripts.d.ts.map