Type Alias Entity

Entity: {
    "@id": string;
    "@reverse": { [key: string]: any };
    toJSON(): RawEntity;
    [key: string]: any;
}

Type declaration