@traversable/schema
    Preparing search index...

    Interface LowerBound<Type>

    interface LowerBound<Type extends string = string> {
        "~run": any;
        "~standard": StandardProps<any, any>;
        async: false;
        expects: string;
        kind: "schema";
        reference: any;
        type: Type;
    }

    Type Parameters

    • Type extends string = string
    Index

    Properties

    "~run": any
    "~standard": StandardProps<any, any>
    async: false
    expects: string
    kind: "schema"
    reference: any
    type: Type