ff-admin-server/src/command/refreshCommand.ts
2024-08-23 14:42:47 +02:00

8 lines
138 B
TypeScript

export interface CreateRefreshCommand {
userId: number;
}
export interface DeleteRefreshCommand {
token: string;
userId: number;
}