Variable createdPrivateServiceEnrollmentSchemaConst
createdPrivateServiceEnrollmentSchema: ZodObject<
{
enrollment_token: ZodString;
enrollment_token_expires_at: ZodString;
generation: ZodNumber;
id: ZodString;
private_service: ZodString;
},
"strip",
ZodTypeAny,
{
enrollment_token: string;
enrollment_token_expires_at: string;
generation: number;
id: string;
private_service: string;
},
{
enrollment_token: string;
enrollment_token_expires_at: string;
generation: number;
id: string;
private_service: string;
},
> = ...
Runtime validator for CreatedPrivateServiceEnrollment.