Type Alias MapStripImport<T>

MapStripImport<T>: {
    [K in keyof T]: StripImport<T[K]>
}

Helper type to map over a type and strip the import type from each message definition.

Type Parameters

  • T