/** * Learn more about the requests Google App Engine uses to trigger cron jobs at * https://cloud.google.com/appengine/docs/flexible/nodejs/scheduling-jobs-with-cron-yaml. */ import { ApiEndpointUri, ApiResponseDefinition, ApiEndpointDefinition, ApiEndpointName } from "../ApiEndpoint"; import { HttpVerb } from "../../helpers/http"; import { ApiLocationDefinition, ApiCallDefinition } from "../ApiEndpoint/ApiCall"; import { MessageApiResponseBody } from "../ApiEndpoint/ApiResponse"; export declare type CronNotifyOnUnmintedApiLocation = ApiLocationDefinition; export declare const cronNotifyOnUnmintedApiLocation: CronNotifyOnUnmintedApiLocation; export declare type CronNotifyOnUnmintedApiCall = ApiCallDefinition; export declare type CronNotifyOnUnmintedApiResponse = ApiResponseDefinition<200, MessageApiResponseBody>; export declare type CronNotifyOnUnmintedApiEndpoint = ApiEndpointDefinition; //# sourceMappingURL=definitions.d.ts.map