export interface LimoOrderEntity {
    id: string;
    pubkey: string;
}
