@datatr-ux/ovhcloud-types
Version:
TypeScript types for OVHCloud projects
14 lines • 429 B
TypeScript
/** disclaimer */
export interface DisclaimerNative {
/** 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=DisclaimerNative.d.ts.map