Delta-Pack - v0.2.9
    Preparing search index...

    Interface ClassUnionDef<N, V>

    interface ClassUnionDef<
        N extends string = string,
        V extends
            readonly (new (...args: any[]) => any)[] = readonly (
            new (...args: any[]) => any
        )[],
    > {
        "[CLASS_UNION_MARKER]": true;
        name: N;
        classes: V;
    }

    Type Parameters

    • N extends string = string
    • V extends readonly (new (...args: any[]) => any)[] = readonly (new (...args: any[]) => any)[]
    Index

    Properties

    "[CLASS_UNION_MARKER]": true
    name: N
    classes: V