Type alias NativeScriptNOfK

NativeScriptNOfK: {
    k: NativeScript[];
    n: number;
}

Type declaration