DisBot
    Preparing search index...

    Type Alias Param<$Type, $Value>

    type Param<out $Type, $Value extends string> = {
        name: $Value;
    }

    Type Parameters

    • out $Type
    • $Value extends string
    Index

    Properties

    Properties

    name: $Value