export type Owner = {
    login: string;
    name: string;
    sex: string;
    uid: number;
    verified: boolean;
};
