Type alias IdlTypeDefTyType

IdlTypeDefTyType: {
    alias: IdlType;
    kind: "type";
}

Type declaration