Type alias IdlTypeArray

IdlTypeArray: {
    array: [idlType: IdlType, size: IdlArrayLen];
}

Type declaration