/** * Unbound added properties of a plugin */ export interface AddedProperties { [PropName: string]: unknown }