UNPKG

nest-google-sheet-connector

Version:
15 lines (13 loc) 342 B
interface GoogleSheetConnectorDto { type: string, project_id: string, private_key_id: string, private_key: string, client_email: string, client_id: string, auth_uri: string, token_uri: string, auth_provider_x509_cert_url: string, client_x509_cert_url: string } export default GoogleSheetConnectorDto;