UNPKG

sindri

Version:

The Sindri Labs JavaScript SDK and CLI tool.

9 lines (7 loc) 192 B
/* generated using openapi-typescript-codegen -- do no edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ export type TokenVerifyInputSchema = { token: string; };