, * emails: list, * groups: list, * remote_groups: list, * remotes: list, * rooms: list, * users: list, * }, * circles: list, * emails: list, * groups: list, * lookup: list, * remote_groups: list, * remotes: list, * rooms: list, * users: list, * lookupEnabled: bool, * } * * @psalm-type Files_SharingShareesRecommendedResult = array{ * exact: array{ * emails: list, * groups: list, * remote_groups: list, * remotes: list, * users: list, * }, * emails: list, * groups: list, * remote_groups: list, * remotes: list, * users: list, * } * * @psalm-type Files_SharingShareInfo = array{ * id: int, * parentId: int, * mtime: int, * name: string, * permissions: int, * mimetype: string, * size: int|float, * type: string, * etag: string, * children?: list>, * } */ class ResponseDefinitions { }