blob: 4cabd9f5cc6c56bb9f05f2097494f06877919cf9 [file] [log] [blame]
import { RestEndpointMethods } from "./generated/rest-endpoint-methods-types";
export declare type Api = {
registerEndpoints: (endpoints: any) => void;
} & RestEndpointMethods;