Variable AccessTokenCreateConst
AccessTokenCreate: ZodObject<
{
accessTokenPermissions: ZodOptional<
ZodUnion<
readonly [
ZodObject<
{
connect: ZodArray<
ZodObject<{ id: ZodCoercedNumber<(...)> }, $strip>,
>;
},
$strip,
>,
ZodObject<
{
createMany: ZodObject<
{ data: ZodArray<ZodObject<(...), (...)>> },
$strip,
>;
},
$strip,
>,
],
>,
>;
name: ZodString;
token: ZodString;
},
$strip,
> = ...