@squarecloud/api
Version:
A NodeJS wrapper for Square Cloud API
1 lines • 419 B
Source Map (JSON)
{"version":3,"sources":["../../src/types/user.ts"],"sourcesContent":["import type { APIUserPlan } from \"@squarecloud/api-types/v2\";\n\nexport interface UserPlan extends Omit<APIUserPlan, \"duration\"> {\n\t/** In how many milliseconds the plan will expire */\n\texpiresInTimestamp?: number;\n\t/** In how much time the plan will expire */\n\texpiresIn?: Date;\n}\n"],"mappings":";;;;;;;;;;;;;;;AAAA;AAAA;","names":[]}