variable userCommandPredicate

readonly
userCommandPredicate: z.ZodObject<{  contexts: z.ZodOptional<z.ZodArray<z.ZodEnum<typeof InteractionContextType>>>;  default_member_permissions: z.ZodOptional<z.ZodCoercedBigInt<unknown>>;  name: z.ZodString;  name_localizations: z.ZodOptional<z.ZodObject<Record<import("discord-api-types/v10").Locale, z.ZodOptional<z.ZodString>>, z.core.$strict>>;  integration_types: z.ZodOptional<z.ZodArray<z.ZodEnum<typeof ApplicationIntegrationType>>>;  nsfw: z.ZodOptional<z.ZodBoolean>;  type: z.ZodLiteral<ApplicationCommandType.User>;}, z.core.$strip>