Type alias DirectoryItemWithKind

DirectoryItemWithKind: DirectoryItem & {
    kind: Kind;
    path: PartitionedNonEmpty<Partition>;
}

Type declaration

Generated using TypeDoc