GetAllEntriesResponse
the-cdj-ui / hooks/api/entryApi / GetAllEntriesResponse
Interface: GetAllEntriesResponse
Defined in: src/hooks/api/entryApi.ts:85
Represents the response structure for fetching all entries.
Type Param
Array of entries.
Type Param
Optional flash messages.
Extends
Record<string,unknown>
Indexable
[key: string]: unknown
Properties
entries
entries:
EntryResponse[]
Defined in: src/hooks/api/entryApi.ts:86
flash?
optionalflash:FlashMessage
Defined in: src/hooks/api/entryApi.ts:87