@spailybot/moleculer-auto-openapi - v1.3.2
    Preparing search index...

    Type Alias ExcludeRequiredProps<T>

    ExcludeRequiredProps: Pick<T, OptionalKeys<T>>

    allow to exclude required props from a type

    Type Parameters

    • T