masto
    Preparing search index...

    Interface DomainBlock

    interface DomainBlock {
        createdAt: string;
        digest: string;
        domain: string;
        id: string;
        obfuscate: boolean;
        privateComment?: string | null;
        publicComment?: string | null;
        rejectMedia: boolean;
        rejectReposts: boolean;
        severity: keyof mastodon.v1.Admin.DomainBlockSeverityRegistry;
    }
    Index

    Properties

    createdAt: string

    The create date of the domain block in the database.

    digest: string
    domain: string

    The domain of the domain block in the database.

    id: string

    The ID of the domain block in the database.

    obfuscate: boolean

    The obfuscate of the domain block.

    privateComment?: string | null

    The private comment of the domain.

    publicComment?: string | null

    The public comment of the domain.

    rejectMedia: boolean

    The reject media of the domain.

    rejectReposts: boolean

    The reject report of the domain.

    The date of the application that created this account.