Closed cpv123 closed 4 years ago
Trying to destroy a schedule with omise.schedules.destroy shows a TypeScript warning because the destroy method is not defined on the ISchedulesAPI interface in https://github.com/omise/omise-node/blob/master/types/index.d.ts
omise.schedules.destroy
ISchedulesAPI
Trying to destroy a schedule with
omise.schedules.destroy
shows a TypeScript warning because the destroy method is not defined on theISchedulesAPI
interface in https://github.com/omise/omise-node/blob/master/types/index.d.ts