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