interface IEndpoint {
    method: string;
    path: string;
}

Properties

Properties

method: string
path: string