update superAdmin users business
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
import ISummary from '@/core/models/summary';
|
||||
|
||||
export interface IDeviceRawResponse {
|
||||
id: string;
|
||||
name: string;
|
||||
brand: ISummary;
|
||||
}
|
||||
export interface IDeviceResponse extends IDeviceRawResponse {}
|
||||
|
||||
export interface IDeviceRequest {
|
||||
name: string;
|
||||
brand_id: string;
|
||||
}
|
||||
Reference in New Issue
Block a user