masto
    Preparing search index...

    Interface EmailDomainBlock

    interface EmailDomainBlock {
        createdAt: string;
        domain: string;
        history: EmailDomainBlockHistory[];
        id: string;
    }
    Index

    Properties

    createdAt: string

    The create date of the email domain block in the database.

    domain: string

    The domain of the email domain block in the database.

    The history of the email domain block in the database.

    id: string

    The ID of the email domain block in the database.