create license management

This commit is contained in:
2026-04-06 13:31:40 +03:30
parent c02e7afca1
commit 1160d81cdb
42 changed files with 1233 additions and 522 deletions
@@ -0,0 +1,4 @@
export interface IConsumerPayload {
user_id: string
account_id: string
}
+3
View File
@@ -0,0 +1,3 @@
export * from './consumerPayload.model'
export * from './posPayload.model'
export * from './tokenPayload.model'