Type Alias RefreshTokenData

RefreshTokenData: {
    id: number;
    requestBody: {
        path: string;
    };
    workspace: string;
}

Type declaration

  • id: number
  • requestBody: {
        path: string;
    }

    variable path

    • path: string
  • workspace: string