Type Utils
    Preparing search index...

    Type Alias CustomStruct<T>

    CustomStruct: Prettify<
        BaseStruct<"custom", T> & {
            context?: Record<string, any> | null;
            kind?: string;
        },
    >

    Type Parameters

    • T