fix: Exports show as 0 bytes
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { Context } from "koa";
|
||||
import { User } from "./models";
|
||||
import { FileOperation, User } from "./models";
|
||||
|
||||
export type ContextWithState = Context & {
|
||||
state: {
|
||||
@@ -112,14 +112,7 @@ export type FileOperationEvent = {
|
||||
teamId: string;
|
||||
actorId: string;
|
||||
modelId: string;
|
||||
data: {
|
||||
type: string;
|
||||
state: string;
|
||||
id: string;
|
||||
size: number;
|
||||
createdAt: string;
|
||||
collectionId: string;
|
||||
};
|
||||
data: Partial<FileOperation>;
|
||||
};
|
||||
|
||||
export type CollectionEvent =
|
||||
|
||||
Reference in New Issue
Block a user