tar
    Preparing search index...

    Type Alias Reservation

    type Reservation = {
        dirs: Set<string>;
        paths: string[];
    }
    Index

    Properties

    Properties

    dirs: Set<string>
    paths: string[]