- start addressing Alans feedback
This commit is contained in:
@@ -43,9 +43,7 @@ export type CameraSettingValues = {
|
||||
id: number | string;
|
||||
};
|
||||
|
||||
export type CameraSettingErrorValues = Partial<
|
||||
Record<keyof CameraSettingValues, string>
|
||||
>;
|
||||
export type CameraSettingErrorValues = Partial<Record<keyof CameraSettingValues, string>>;
|
||||
|
||||
export type BearerTypeFieldType = {
|
||||
format: string;
|
||||
@@ -291,7 +289,7 @@ export type FormValues = {
|
||||
|
||||
export type SoundUploadValue = {
|
||||
name: string;
|
||||
soundFile: File | null;
|
||||
soundFile: string | undefined;
|
||||
};
|
||||
|
||||
export type SoundState = {
|
||||
|
||||
Reference in New Issue
Block a user