Skip to content

FormioPayloadToken

@tsed/formio

Usage

typescript
import { FormioPayloadToken } from "@tsed/formio";

See /packages/third-parties/formio/src/types/domain/FormioDecodedToken.ts.

Overview

ts
interface FormioPayloadToken {
    token: string;
    decoded: FormioDecodedToken;
}

token

ts
token: string;

decoded

ts
decoded: FormioDecodedToken;

Released under the MIT License.