/** * Example API * An example application with OpenAPI, Swashbuckle, and API versioning. * Bill Mei * bill.mei@somewhere.com * MIT * https://opensource.org/licenses/MIT * 1.0 * undefined */ export interface FavoriteViewModelSummary { /** format: uuid */ id?: string; /** format: uuid */ userInformationId?: string; appShortcut?: string; favoriteLink?: string; }