Type AliasIsDirtyProps

IsDirtyProps: {
    isDirty: boolean;
    setIsDirty: (() => void);
}