Type Utils
    Preparing search index...

    Type Alias BaseStruct<T, U>

    type BaseStruct<T extends Generics.BaseTypes, U> = {
        optional: boolean;
        schema: TypeGuard<U>;
        type: T;
    }

    Type Parameters

    Index

    Properties

    Properties

    optional: boolean
    schema: TypeGuard<U>
    type: T