Type alias IdlTypeDefined

IdlTypeDefined: {
    defined: {
        generics?: IdlGenericArg[];
        name: string;
    };
}

Type declaration