Variable: IconSchema
ts
const IconSchema: ZodObject<{
height: ZodNumber;
isDefault: ZodBoolean;
path: ZodString;
width: ZodNumber;
}, $loose>;Defined in: src/v1/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.