@coursebuilder/core
Version:
Core package for Course Builder
1 lines • 514 B
Source Map (JSON)
{"version":3,"sources":["../src/constants.ts"],"sourcesContent":["export const ROLES = {\n\tOWNER: 'owner',\n\tLEARNER: 'learner',\n} as const\n\nexport type Role = (typeof ROLES)[keyof typeof ROLES]\n\nexport const PROVIDERS = {\n\tSTRIPE: 'stripe',\n} as const\n\nexport type Provider = (typeof PROVIDERS)[keyof typeof PROVIDERS]\n"],"mappings":";;;;;;;;;;;;;;;;;;;;AAAA;;;;;;AAAO,IAAMA,QAAQ;EACpBC,OAAO;EACPC,SAAS;AACV;AAIO,IAAMC,YAAY;EACxBC,QAAQ;AACT;","names":["ROLES","OWNER","LEARNER","PROVIDERS","STRIPE"]}