GetCommentsArgs
type GetCommentsArgs = Omit<z.infer<typeof GetCommentsArgsSchema>, "from"> & {
from?: Date | null;
};
Type Declaration
| Name | Type | Description |
|---|---|---|
from? | Date | null | Deprecated Use newerThan instead. |
type GetCommentsArgs = Omit<z.infer<typeof GetCommentsArgsSchema>, "from"> & {
from?: Date | null;
};
| Name | Type | Description |
|---|---|---|
from? | Date | null | Deprecated Use newerThan instead. |