Recent Activities
Recent Activities
Preview

API
| Property | Type | Is Required |
|---|---|---|
| currentTeamId | string | true |
| totalStorage | CompleteFile[] | true |
Complete File Type
export type CompleteFile = typeof files.$inferSelect & {
comments: ComepleteComment[];
user?: typeof users.$inferSelect;
team?: typeof team.$inferSelect;
tags: TagPivot[];
};