Variable: RegistryCredentialsSchema
const RegistryCredentialsSchema: ZodObject<{
token: ZodString;
expiry: ZodString;
}, "passthrough", ZodTypeAny, objectOutputType<{
token: ZodString;
expiry: ZodString;
}, ZodTypeAny, "passthrough">, objectInputType<{
token: ZodString;
expiry: ZodString;
}, ZodTypeAny, "passthrough">>;
Defined in: src/models/red-team.ts:1599