interface StorageSerializableContext {
    accessorOptions?: StorageAccessorOptions;
    clone?: boolean;
    removeEmptyFields?: boolean;
    [key: string]: unknown;
}

Indexable

  • [key: string]: unknown

Properties

accessorOptions?: StorageAccessorOptions
clone?: boolean
removeEmptyFields?: boolean
MMNEPVFCICPMFPCPTTAAATR