UNPKG

@openapi-io-ts/core

Version:
3 lines (2 loc) 158 B
export declare type OperationMethod = "get" | "post" | "put" | "delete"; export declare type OperationParameterIn = "path" | "query" | "header" | "cookie";