Type Alias CustomMap

CustomMap: {
    [Type in keyof Customizable]?: ((tags: ITypeTag[]) => Customizable[Type] | undefined)
}