/** * Created by Michael Avoyan on 19/05/2022. * * Copyright 2022 Velocity Career Labs inc. * SPDX-License-Identifier: Apache-2.0 */ export type Dictionary = { [key: string]: T; }; //# sourceMappingURL=Dictionary.d.ts.map