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