Type alias NativeKernelSelection

NativeKernelSelection: KernelSelection & {
    meta: {
        handle: NativeShapeHandle;
        [key: string]: unknown;
    };
}

Type declaration

  • meta: {
        handle: NativeShapeHandle;
        [key: string]: unknown;
    }
    • [key: string]: unknown
    • handle: NativeShapeHandle