Takaro - v0.4.9
    Preparing search index...

    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