import { UiDataPayloads } from '../types'; export type GetUiDataFunction = (dataName: T) => Promise;