Flarum (v2.0.0-beta.3)
    Preparing search index...
    interface MailSettings {
        data: {
            attributes: {
                errors: any[];
                fields: Record<string, any>;
                sending: boolean;
            };
        };
    }
    Index

    Properties

    Properties

    data: {
        attributes: {
            errors: any[];
            fields: Record<string, any>;
            sending: boolean;
        };
    }