5 lines
95 B
TypeScript
5 lines
95 B
TypeScript
export type OfflineSubscriptionEntitlements = {
|
|
featuresUrl: string
|
|
extensionKey: string
|
|
}
|