@spailybot/moleculer-auto-openapi - v2.0.0
    Preparing search index...

    Type Alias ExcludeRequiredProps<T>

    ExcludeRequiredProps: Pick<T, OptionalKeys<T>>

    allow to exclude required props from a type

    Type Parameters

    • T