Variable TabPayloadSchemaConst
TabPayloadSchema: ZodObject<
{
fields: ZodOptional<
ZodArray<
ZodObject<
{
anID: ZodOptional<ZodBoolean>;
areference: ZodOptional<ZodBoolean>;
entityId: ZodOptional<ZodString>;
entityType: ZodOptional<ZodString>;
id: ZodOptional<ZodString>;
type: ZodOptional<
ZodCustom<"id" | "ref" | string & {}, "id" | "ref" | string & {}>,
>;
},
$loose,
>,
>,
>;
name: ZodOptional<ZodString>;
},
$loose,
> = ...
Defines the payload for the tabs of the screen. See https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-screen-tab-fields/#api-rest-api-3-screens-screenid-tabs-tabid-fields-post