simplelogin-client
    Preparing search index...

    Interface CustomDomain

    CustomDomain

    interface CustomDomain {
        catchAll: boolean;
        creationDate: Date;
        creationTimestamp: number;
        domainName: string;
        id: number;
        isVerified: boolean;
        mailboxes: MailboxModelRef[];
        name: string | null;
        nbAlias: number;
        randomPrefixGeneration: boolean;
    }
    Index

    Properties

    catchAll: boolean

    CustomDomain

    creationDate: Date

    CustomDomain

    creationTimestamp: number

    Unix timestamp

    CustomDomain

    domainName: string

    CustomDomain

    id: number

    CustomDomain

    isVerified: boolean

    CustomDomain

    mailboxes: MailboxModelRef[]

    CustomDomain

    name: string | null

    CustomDomain

    nbAlias: number

    CustomDomain

    randomPrefixGeneration: boolean

    CustomDomain