UNPKG

@voiceflow/base-types

Version:

Voiceflow base project types

8 lines 168 B
export interface Model { _id: string; projectID: string; tag: number; secret: string; lookup?: string; } //# sourceMappingURL=projectSecret.d.ts.map