create license management
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
export interface IConsumerPayload {
|
||||
user_id: string
|
||||
account_id: string
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
export * from './consumerPayload.model'
|
||||
export * from './posPayload.model'
|
||||
export * from './tokenPayload.model'
|
||||
Reference in New Issue
Block a user