FormioJwtConfig
@tsed/formio
Usage
typescript
import { FormioJwtConfig } from "@tsed/formio";
See /packages/third-parties/formio/src/types/domain/FormioConfig.ts.
Overview
ts
interface FormioJwtConfig {
secret: string;
expireTime?: number;
}
secret
ts
secret: string;
expireTime
ts
expireTime?: number;