export interface OdsLoadable { /** is in state of loading itself */ loading: boolean; }