interface PipeOptions {
    asynchronous?: boolean;
    name: string;
}

Properties

Properties

asynchronous?: boolean
name: string