First commit
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
import { Profile } from "../profiles/Profile.interface";
|
||||
import { Skill } from "../skills/Skill.interface";
|
||||
|
||||
export interface ExperienceFormState {
|
||||
error: string | undefined;
|
||||
isDisabled: boolean;
|
||||
isLoading: boolean;
|
||||
profileOptions: Profile[];
|
||||
skillOptions: Skill[] | undefined;
|
||||
}
|
||||
Reference in New Issue
Block a user