import { MetadataGroup } from '@ionic/cli-framework'; import { CommandMap, Namespace } from '../../lib/namespace'; export declare class EnterpriseNamespace extends Namespace { getMetadata(): Promise<{ name: string; summary: string; description: string; footnotes: { id: string; url: string; shortUrl: string; }[]; groups: MetadataGroup[]; }>; getCommands(): Promise<CommandMap>; }
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
index.d.ts | File | 477 B | 0644 |
|
index.js | File | 1.07 KB | 0644 |
|
register.d.ts | File | 370 B | 0644 |
|
register.js | File | 1.62 KB | 0644 |
|