Takomo v7.4.3

    Interface ResolverProviderSchemaProps

    An interface representing the input object passed to ResolverProvider.schema function when the resolver provider schema is constructed.

    interface ResolverProviderSchemaProps {
        base: ObjectSchema;
        ctx: CommandContext;
        joi: Root;
    }
    Index

    Properties

    Properties

    base: ObjectSchema

    A pre-initialized Joi object schema for the resolver provider.

    Context object providing access to the project configuration.

    joi: Root

    A Joi object that can be used to create validation rules.

    MMNEPVFCICPMFPCPTTAAATR