UNPKG

cloud-ide-model-schema

Version:

Pachage for schema management of Cloud IDEsys LMS

10 lines (9 loc) 289 B
import { resetPasswordSylog } from "../model"; import { ICoreSyen } from "../schema/core"; export interface jwtPayload { sylog_id_user?: string; sylog_id_logses?: string; user_username?: string; sylog_config_data?: resetPasswordSylog; core_system_entity?: ICoreSyen; }