ff-admin-server/src/command/refreshCommand.ts

9 lines
135 B
TypeScript
Raw Normal View History

export interface CreateRefreshCommand {
userId: number;
}
export interface DeleteRefreshCommand {
id: number;
userId: number;
}