Interface for format options.

interface FormatOption<T> {
    name: string;
    value: T;
}

Type Parameters

Properties

Properties

name: string
value: T