Variable: IconSchema
ts
const IconSchema: ZodObject<{
isDefault: ZodBoolean;
path: ZodString;
}, $loose>;Defined in: src/v2/models/icon.ts:8
This object represents an icon. If used as a profilePicture, this may be returned as null, depending on the user's privacy setting.