Type alias IdlTypeDefTyStruct

IdlTypeDefTyStruct: {
    fields?: IdlDefinedFields;
    kind: "struct";
}

Type declaration