Type alias DstorePropertyValues

DstorePropertyValues: number | string | Date | boolean | null | undefined | Buffer | Key | DstorePropertyValues[] | {
    [key: string]: DstorePropertyValues;
}

Define what can be written into the Datastore

Type declaration

Generated using TypeDoc