Variable genericJsonSchemaConst
genericJsonSchema: {
$schema: string;
properties: { identityToken: { type: string } };
required: string[];
title: string;
type: string;
} = ...
Type Declaration
$schema: string
properties: { identityToken: { type: string } }
required: string[]
title: string
type: string