UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

14 lines 417 B
/** disclaimer */ export interface Disclaimer { /** Signature, added at the bottom of your organization emails */ content: string; /** Creation date */ creationDate: string; /** Disclaimer name */ name: string; /** Activate the disclaimer only for external emails */ outsideOnly: boolean; /** task pending id */ taskPendingId: number; } //# sourceMappingURL=Disclaimer.d.ts.map