UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines 170 B
/** Content */ export interface Content { /** Content */ content: string; /** Type of the content */ type: string; } //# sourceMappingURL=Content.d.ts.map