init to partner panel
This commit is contained in:
@@ -0,0 +1 @@
|
||||
export * from './io';
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
export interface IPartnerInfoRawResponse {
|
||||
id: string;
|
||||
name: string;
|
||||
}
|
||||
export interface IPartnerInfoResponse extends IPartnerInfoRawResponse {}
|
||||
Reference in New Issue
Block a user