Variable sectorActionsConst
sectorActions: { fetchUserSectors: AsyncThunk<UserSector[], string, AsyncThunkConfig>; fetchUsersOnSector: AsyncThunk< any, { sectorId: string; workspaceId: string }, AsyncThunkConfig, >; fetchWorkspaceSectors: AsyncThunk< IPaginatedWorkspaceSector, string, AsyncThunkConfig, >; getSectorId: AsyncThunk< ISector, { sectorId: string; workspaceId: string }, AsyncThunkConfig, >; reset: ActionCreatorWithoutPayload<"sectorReducer/reset">; unselectSector: ActionCreatorWithoutPayload<"sectorReducer/unselectSector">;} = ... Type declaration
fetchUserSectors: AsyncThunk<UserSector[], string, AsyncThunkConfig>
fetchUsersOnSector: AsyncThunk<any, { sectorId: string; workspaceId: string }, AsyncThunkConfig>
fetchWorkspaceSectors: AsyncThunk<IPaginatedWorkspaceSector, string, AsyncThunkConfig>
getSectorId: AsyncThunk<ISector, { sectorId: string; workspaceId: string }, AsyncThunkConfig>
reset: ActionCreatorWithoutPayload<"sectorReducer/reset">
unselectSector: ActionCreatorWithoutPayload<"sectorReducer/unselectSector">