mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-11 07:26:39 +00:00
7 lines
127 B
TypeScript
7 lines
127 B
TypeScript
export async function isLicensedOrSubscribed(
|
|
orgId: string,
|
|
tiers: string[]
|
|
): Promise<boolean> {
|
|
return false;
|
|
}
|