UNPKG

@linode/api-v4

Version:
7 lines 274 B
export type EntityType = 'database' | 'domain' | 'firewall' | 'image' | 'linode' | 'longview' | 'nodebalancer' | 'stackscript' | 'volume' | 'vpc'; export interface AccountEntity { label: string; type: EntityType; id: number; } //# sourceMappingURL=types.d.ts.map