UNPKG

@voiceflow/google-types

Version:
18 lines (17 loc) 638 B
export const defaultSharedBasePublishing = ({ voice = '', displayName = '', developerName = '', pronunciation = '', smallLogoImage = '', developerEmail = '', fullDescription = '', largeBannerImage = '', privacyPolicyUrl = '', shortDescription = '', termsOfServiceUrl = '', sampleInvocations = [], } = {}) => ({ voice, displayName, developerName, pronunciation, smallLogoImage, developerEmail, fullDescription, largeBannerImage, privacyPolicyUrl, shortDescription, termsOfServiceUrl, sampleInvocations, }); export const defaultBasePublishing = ({ locales = [] } = {}) => ({ locales, });