@povio/openapi-codegen-cli
Version:
**NOTE:** This CLI tool is primarily designed for use within our organization. The generated code output aligns with our internal template. If you are using this tool without our internal template, make sure to use it in **standalone** mode.
17 lines (16 loc) • 480 B
TypeScript
import { Import } from "src/generators/types/generate";
export declare const QUERY_HOOKS: {
query: string;
infiniteQuery: string;
mutation: string;
};
export declare const QUERY_IMPORT: Import;
export declare const INFINITE_QUERY_PARAMS: {
pageParamName: string;
};
export declare const INFINITE_QUERY_RESPONSE_PARAMS: {
pageParamName: string;
totalItemsName: string;
limitParamName: string;
};
export declare const QUERIES_MODULE_NAME = "moduleName";