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