Skip to content

Variable: UserContextVariableSchema

ts
const UserContextVariableSchema: ZodObject<{
  accountId: ZodString;
  type: ZodEnum<{
     user: "user";
  }>;
}, $loose>;

Defined in: src/cloud/models/userContextVariable.ts:8

A user specified as an Atlassian account ID.