UNPKG

111 BTypeScriptView Raw
1export interface DirectRepositoryGetPresenceResponseRootObject {
2 user_presence: any;
3 status: string;
4}