export type Order = 'ascending' | 'descending';
export type Unsubscribe = () => Promise<boolean>;
