Skip to content

Variable: authBearerTokenSchema

ts
const authBearerTokenSchema: ZodObject<{
  token: ZodString;
  type: ZodLiteral<"bearer">;
}, $strip>;

Defined in: src/core/schemas/auth.ts:10