Variable: StoreDevelopmentInformationSchema
ts
const StoreDevelopmentInformationSchema: ZodObject<{
acceptedDevinfoEntities: ZodOptional<ZodRecord<ZodString, ZodAny>>;
failedDevinfoEntities: ZodOptional<ZodRecord<ZodString, ZodAny>>;
unknownAssociations: ZodOptional<ZodArray<ZodObject<{
associationType: ZodCustom<string & object | "issueKeys" | "issueIdOrKeys", string & object | "issueKeys" | "issueIdOrKeys">;
values: ZodArray<ZodString>;
}, $loose>>>;
unknownIssueKeys: ZodOptional<ZodArray<ZodString>>;
}, $loose>;Defined in: src/agile/models/storeDevelopmentInformation.ts:6
The result of a successful store development information request