UNPKG

@voiceflow/google-types

Version:
7 lines 399 B
import type { Nullable } from '@voiceflow/common'; export interface SharedBaseMemberPlatformData { /** reference to the external google project ID */ googleProjectID: Nullable<string>; } export declare const defaultSharedBaseMemberPlatformData: ({ googleProjectID, ...platformData }?: Partial<SharedBaseMemberPlatformData>) => SharedBaseMemberPlatformData; //# sourceMappingURL=base.d.ts.map