Grounds
    Preparing search index...

    Type Alias TRArray<T>

    TRArray: TRelishSchema<Static<T>[]> & {
        "[RelishKind]": "RArray";
        "[RelishElementType]": T;
    }

    Array schema type with homogeneous element type.

    Type Parameters

    • T extends TSchema = TSchema