@voiceflow/google-types
Version:
Google service types
7 lines • 399 B
TypeScript
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