chore: first commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
export interface IBusinessProvisioningJob {
|
||||
subscriptionId: string;
|
||||
serviceId: string;
|
||||
serviceName: string;
|
||||
businessName: string;
|
||||
userId: string;
|
||||
slug: string;
|
||||
phone: string;
|
||||
email: string;
|
||||
fullName: string;
|
||||
}
|
||||
Reference in New Issue
Block a user