UNPKG

signicat-client-ts

Version:

Community TypeScript client for Signicat Authentication REST API with automatic token management

14 lines (13 loc) 276 B
/** * Invalid parameters properties. */ export type InvalidParam = { /** * Gets and sets the name for the invalid parameter. */ name?: string | null; /** * Gets and sets the reason for the invalid parameter. */ reason?: string | null; };