Variable: PropertyNameCreateResponseSchema
const PropertyNameCreateResponseSchema: ZodUnion<[ZodObject<{
message: ZodString;
status: ZodNumber;
}, "passthrough", ZodTypeAny, objectOutputType<{
message: ZodString;
status: ZodNumber;
}, ZodTypeAny, "passthrough">, objectInputType<{
message: ZodString;
status: ZodNumber;
}, ZodTypeAny, "passthrough">>, ZodObject<{
data: ZodOptional<ZodArray<ZodString, "many">>;
}, "passthrough", ZodTypeAny, objectOutputType<{
data: ZodOptional<ZodArray<ZodString, "many">>;
}, ZodTypeAny, "passthrough">, objectInputType<{
data: ZodOptional<ZodArray<ZodString, "many">>;
}, ZodTypeAny, "passthrough">>]>;
Defined in: src/models/red-team.ts:1888
Property-name creation: the specified list response or a legacy status response.