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

    Interface SavedModelData

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

    Properties

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