Files
digifi-www/src/core/models.ts
T
2024-04-26 23:41:41 +01:00

7 lines
154 B
TypeScript

export interface RequestStatus {
loading?:boolean
status?:boolean | undefined
message?:string
name?:string
data?:{}[] | [any] | {}
}