Variable: GetFooterLikeUsersSchema
ts
const GetFooterLikeUsersSchema: ZodObject<{
cursor: ZodOptional<ZodString>;
id: ZodNumber;
limit: ZodOptional<ZodNumber>;
}, $strip>;Defined in: src/v2/parameters/getFooterLikeUsers.ts:3