create consumer domain until pos list
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
export interface IAccountRawResponse {
|
||||
id: string;
|
||||
name: string;
|
||||
}
|
||||
export interface IAccountResponse extends IAccountRawResponse {}
|
||||
|
||||
export interface IAccountRequest {
|
||||
name: string;
|
||||
}
|
||||
|
||||
export interface IAccountPasswordRequest {
|
||||
password: string;
|
||||
}
|
||||
Reference in New Issue
Block a user