export interface Owner { uuid?: string; username: string; name: string; lastname?: string; bio?: string; logo: string; kyc?: number; }