// @flow
export type IsDirtyInterface = (state: any, ...fields?: string[]) => boolean
