Type Alias: BooleanPairTupleArgumentText
type BooleanPairTupleArgumentText = Readonly<{
leftTypeText: string;
rightTypeText: string;
}>;
Defined in: _internal/boolean-pair-type-patterns.ts:15
Text for a two-element boolean tuple argument.
type BooleanPairTupleArgumentText = Readonly<{
leftTypeText: string;
rightTypeText: string;
}>;
Defined in: _internal/boolean-pair-type-patterns.ts:15
Text for a two-element boolean tuple argument.