interface PlsIDFormOwnProps {
    currentID?: string;
    fetchLibrary: (uuid: string) => LibraryData;
    store: Store<State>;
    uuid: string;
}

Hierarchy (View Summary)

Properties

currentID?: string
fetchLibrary: (uuid: string) => LibraryData
store: Store<State>
uuid: string