Coda by Ian Macalinao
    Preparing search index...

    Interface StructValueNode<TFields>

    interface StructValueNode<
        TFields extends StructFieldValueNode[] = StructFieldValueNode[],
    > {
        fields: TFields;
        kind: "structValueNode";
    }

    Type Parameters

    Index

    Properties

    Properties

    fields: TFields
    kind: "structValueNode"