proposit-core
    Preparing search index...

    Type Alias TParsingSchemaOptions

    type TParsingSchemaOptions = {
        claimSchema?: TSchema;
        parsedArgumentSchema?: TSchema;
        premiseSchema?: TSchema;
        responseSchema?: TSchema;
        variableSchema?: TSchema;
    }
    Index

    Properties

    claimSchema?: TSchema
    parsedArgumentSchema?: TSchema
    premiseSchema?: TSchema
    responseSchema?: TSchema
    variableSchema?: TSchema