Skip to content

@lubusin/wp-frappe-data-store / FrappeResource

Type Alias: FrappeResource

FrappeResource = object

Defined in: src/types.ts:7

Represents a single Frappe document resource. Must include the unique name identifier field.

Indexable

[key: string]: unknown

Properties

name

name: string

Defined in: src/types.ts:8

Released under the MIT License.