Type alias IdlGenericArgType

IdlGenericArgType: {
    kind: "type";
    type: IdlType;
}

Type declaration