nest-google-sheet-connector
Version:
A Google Sheet integration for NestJs
15 lines (13 loc) • 342 B
text/typescript
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;