/*! * Copyright Adaptavist 2022 (c) All rights reserved */ export interface Like { /** * Account ID. */ accountId?: string; } //# sourceMappingURL=Like.d.ts.map