Type Utils
    Preparing search index...

    Type Alias Types<Input, Output>

    type Types<Input = unknown, Output = Input> = {
        input?: Input;
        output?: Output;
    }

    Type Parameters

    • Input = unknown
    • Output = Input
    Index

    Properties

    Properties

    input?: Input
    output?: Output