jooby-codec
    Preparing search index...

    Interface IRequestParameter

    interface IRequestParameter {
        data: TRequestParameterData;
        id: TUint8;
        name?: string;
    }
    Index

    Properties

    Properties

    id: TUint8

    One of the parameter types.

    name?: string