Interface ChangePasswordFormOwnProps
interface ChangePasswordFormOwnProps { csrfToken: string; store?: Store< { api: CombinedState<{}, any, "api">; bookEditor: BookState; catalog: State; editor: CombinedState<State>; }, >;} - ChangePasswordFormOwnProps
Properties
csrfToken
csrfToken: string
Optional
store
store?: Store< { api: CombinedState<{}, any, "api">; bookEditor: BookState; catalog: State; editor: CombinedState<State>; },>