nylas
    Preparing search index...

    Interface PathParams<Path>

    interface PathParams<Path extends string> {
        params: Record<ExtractPathParams<Path>, string>;
        path: Path;
        toPath(): string;
        toString(): string;
    }

    Type Parameters

    • Path extends string
    Index

    Properties

    Methods

    Properties

    params: Record<ExtractPathParams<Path>, string>
    path: Path

    Methods