amplify
amplify: typeof amplify
amplifyConfiguration
amplifyConfiguration: typeof Amplify
auth
auth: {
confirmUserAttribute: typeof confirmUserAttribute;
fetchAuthSession: typeof fetchAuthSession;
fetchUserAttributes: typeof fetchUserAttributes;
setSignOutButton: Dispatch<SetStateAction<ReactNode>>;
setUserAttributes: Dispatch<SetStateAction<FetchUserAttributesOutput>>;
signOutButton: ReactNode;
updatePassword: typeof updatePassword;
updateUserAttributes: typeof updateUserAttributes;
userAttributes?: FetchUserAttributesOutput;
}
corridors
corridors: {
existentF1Files: { key: string }[];
existentF2Files: { key: string }[];
f1Name: string;
f2Name: string;
setExistentF1Files: Dispatch<SetStateAction<{ key: string }[]>>;
setExistentF2Files: Dispatch<SetStateAction<{ key: string }[]>>;
setF1Name: Dispatch<SetStateAction<string>>;
setF2Name: Dispatch<SetStateAction<string>>;
}
dimensions
dimensions: { screen: ScaledSize; window: ScaledSize }
displayErrors
displayErrors: (errors: string[] | object[] | number[] | null) => void
loadingStatusMessage
loadingStatusMessage: string
mode
mode: "light" | "dark"
setDevices
setDevices: Dispatch<SetStateAction<Device[]>> setError
setError: Dispatch<SetStateAction<string>>
setFields
setFields: Dispatch<SetStateAction<Field[]>> setLoading
setLoading: Dispatch<SetStateAction<boolean>>
setLoadingStatusMessage
setLoadingStatusMessage: Dispatch<SetStateAction<string>>
setRuns
setRuns: Dispatch<SetStateAction<Run[]>> setSelectedField
setSelectedField: Dispatch<SetStateAction<Field>> setSelectedTeam
setSelectedTeam: Dispatch<SetStateAction<Team>> setTeamDevices
setTeamDevices: Dispatch<SetStateAction<TeamDevice[]>> setTeamFields
setTeamFields: Dispatch<SetStateAction<TeamField[]>> setTeams
setTeams: Dispatch<SetStateAction<Team[]>>