update
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
export * from './accounts_io';
|
||||
export * from './io';
|
||||
export * from './licenses_io';
|
||||
|
||||
@@ -0,0 +1,12 @@
|
||||
export interface IPartnerLicenseRawResponse {
|
||||
id: string;
|
||||
starts_at: string;
|
||||
expires_at: string;
|
||||
status: TLicenseStatus;
|
||||
consumer: {
|
||||
first_name: string;
|
||||
last_name: string;
|
||||
mobile_number: string;
|
||||
};
|
||||
}
|
||||
export interface IPartnerLicenseResponse extends IPartnerLicenseRawResponse {}
|
||||
Reference in New Issue
Block a user