UNPKG

gas-client

Version:

A client-side utility class that can call server-side Google Apps Script functions

8 lines (5 loc) 210 B
type AllowedDevelopmentDomains = string | ((origin: string) => boolean); interface ServerConfig { allowedDevelopmentDomains: AllowedDevelopmentDomains; } export { AllowedDevelopmentDomains, ServerConfig };