init to pos domain
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
export interface IPosInfoRawResponse {
|
||||
name: true;
|
||||
complex: {
|
||||
id: string;
|
||||
name: string;
|
||||
tax_id: string;
|
||||
};
|
||||
businessActivity: {
|
||||
id: string;
|
||||
name: string;
|
||||
};
|
||||
guild: {
|
||||
id: string;
|
||||
name: string;
|
||||
};
|
||||
}
|
||||
|
||||
export interface IPosInfoResponse extends IPosInfoRawResponse {}
|
||||
Reference in New Issue
Block a user