Flarum (v2.0.0-beta.4)
    Preparing search index...

    Interface UnsavedModelData

    interface UnsavedModelData {
        attributes?: ModelAttributes;
        relationships?: ModelRelationships;
        type?: string;
    }
    Index

    Properties

    attributes?: ModelAttributes
    relationships?: ModelRelationships
    type?: string