KernelSource: {
    name: string;
    path: string;
}

The type for a kernel source file.

Type declaration

  • name: string

    The name of the source.

  • path: string

    The path of the source.