masto
    Preparing search index...

    Interface DomainAllow

    interface DomainAllow {
        createdAt: string;
        domain: string;
        id: string;
    }
    Index

    Properties

    Properties

    createdAt: string

    The create date of the domain allow in the database.

    domain: string

    The domain of the domain allow in the database.

    id: string

    The ID of the domain allow in the database.