added sound context, and functionality to select sighting sound
This commit is contained in:
@@ -278,3 +278,14 @@ export type FormValues = {
|
||||
export type SoundUploadValue = {
|
||||
soundFile: File | null;
|
||||
};
|
||||
|
||||
export type SoundState = {
|
||||
sightingSound: SoundValue;
|
||||
NPEDsound: SoundValue;
|
||||
hotlists: Hotlist[];
|
||||
};
|
||||
|
||||
export type SoundPayload = {
|
||||
type: string;
|
||||
payload: SoundState;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user