Skip to main content

Interface: GetLastDocArgs<T>

Defined in: packages/client/src/modules/db/types.ts:15

Type Parameters

T

T = FrappeDoc<object>

Properties

filters?

optional filters?: Filter<T>[]

Defined in: packages/client/src/modules/db/types.ts:16


orderBy?

optional orderBy?: object

Defined in: packages/client/src/modules/db/types.ts:18

field

field: string & Record<never, never> | keyof T

order?

optional order?: "asc" | "desc"


orFilters?

optional orFilters?: Filter<T>[]

Defined in: packages/client/src/modules/db/types.ts:17