export interface Ok {
    ok: boolean;
}
