@quack-protocol/sdk - v0.1.0
    Preparing search index...

    Interface ChildType

    Named child type used by STRUCT and related logical types.

    interface ChildType {
        name: string;
        type: LogicalType;
    }
    Index

    Properties

    Properties

    name: string

    Child field name.

    Child logical type.