simplelogin-client
    Preparing search index...

    Interface AliasCustomNewPost

    AliasCustomNewPost

    interface AliasCustomNewPost {
        aliasPrefix: string;
        mailboxIds: number[];
        name?: string;
        note?: string;
        signedSuffix: string;
    }
    Index

    Properties

    aliasPrefix: string

    The first part of the alias that user can choose.

    AliasCustomNewPost

    mailboxIds: number[]

    AliasCustomNewPost

    name?: string

    Name of this alias

    AliasCustomNewPost

    note?: string

    Note of this alias

    AliasCustomNewPost

    signedSuffix: string

    One of the suffixes returned in the options endpoint.

    AliasCustomNewPost