Skip to main content

GetCommentsArgs

type GetCommentsArgs = Omit<z.infer<typeof GetCommentsArgsSchema>, "from"> & {
from?: Date | null;
};

Type Declaration

NameTypeDescription
from?Date | nullDeprecated Use newerThan instead.