refactor(typings): Refactor user and profile models; update API response types
This commit is contained in:
8
src/services/slave/sgw/typings/fish.d.ts
vendored
Normal file
8
src/services/slave/sgw/typings/fish.d.ts
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
declare namespace SgwModel {
|
||||
interface FishSpeciesResponse {
|
||||
id: number;
|
||||
name: string;
|
||||
scientific_name?: string;
|
||||
description?: string;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user