Type alias FilePath<P>

FilePath<P>: {
    file: P;
}

A file path.

Type Parameters

  • P

Type declaration

  • file: P

Generated using TypeDoc