export interface DirectRepositoryGetPresenceResponseRootObject {
    user_presence: any;
    status: string;
}
