import { z } from 'zod'; /** * Zod schema for the TeamsTokenPayload model. * Defines the structure and validation rules for this data type. * This is the shape used in application code - what developers interact with. */ export declare const teamsTokenPayload: z.ZodLazy; }, "strip", z.ZodTypeAny, { url?: string | undefined; }, { url?: string | undefined; }>>>; }, "strip", z.ZodTypeAny, { webhook?: { url?: string | undefined; } | undefined; }, { webhook?: { url?: string | undefined; } | undefined; }>>; /** * * @typedef {TeamsTokenPayload} teamsTokenPayload * @property {TeamsTokenPayloadWebhook} */ export type TeamsTokenPayload = z.infer; /** * Zod schema for mapping API responses to the TeamsTokenPayload application shape. * Handles any property name transformations from the API schema. * If property names match the API schema exactly, this is identical to the application shape. */ export declare const teamsTokenPayloadResponse: z.ZodLazy; }, "strip", z.ZodTypeAny, { url?: string | undefined; }, { url?: string | undefined; }>, { url: string | undefined; }, { url?: string | undefined; }>>>; }, "strip", z.ZodTypeAny, { webhook?: { url: string | undefined; } | undefined; }, { webhook?: { url?: string | undefined; } | undefined; }>, { webhook: { url: string | undefined; } | undefined; }, { webhook?: { url?: string | undefined; } | undefined; }>>; /** * Zod schema for mapping the TeamsTokenPayload application shape to API requests. * Handles any property name transformations required by the API schema. * If property names match the API schema exactly, this is identical to the application shape. */ export declare const teamsTokenPayloadRequest: z.ZodLazy; }, "strip", z.ZodTypeAny, { url?: string | undefined; }, { url?: string | undefined; }>, { url: string | undefined; }, { url?: string | undefined; }>>>; }, "strip", z.ZodTypeAny, { webhook?: { url: string | undefined; } | undefined; }, { webhook?: { url?: string | undefined; } | undefined; }>, { webhook: { url: string | undefined; } | undefined; }, { webhook?: { url?: string | undefined; } | undefined; }>>; //# sourceMappingURL=teams-token-payload.d.ts.map