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