UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

10 lines 351 B
/** Structure of imapCopy */ export interface DomainMlOptionsStruct { /** If true, messages are moderate */ moderatorMessage: boolean; /** If true, enabled moderation for subscribe */ subscribeByModerator: boolean; /** If true, just user can post */ usersPostOnly: boolean; } //# sourceMappingURL=DomainMlOptionsStruct.d.ts.map