create apiEnum components
This commit is contained in:
@@ -8,6 +8,10 @@ export interface IPaginatedResponse<T> {
|
||||
data: T[];
|
||||
}
|
||||
|
||||
export interface IListingResponse<T> {
|
||||
data: T[];
|
||||
}
|
||||
|
||||
export interface IResponseMetadata {
|
||||
page: number;
|
||||
perPage: number;
|
||||
|
||||
Reference in New Issue
Block a user