initial commit
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import {Dispatch, SetStateAction} from 'react'
|
||||
|
||||
export type ID = undefined | null | number
|
||||
export type ID = undefined | null | number | string
|
||||
|
||||
export type PaginationState = {
|
||||
page: number
|
||||
@@ -23,6 +23,7 @@ export type SearchState = {
|
||||
|
||||
export type Response<T> = {
|
||||
data?: T
|
||||
records?: Array<any>
|
||||
payload?: {
|
||||
message?: string
|
||||
errors?: {
|
||||
|
||||
Reference in New Issue
Block a user