Type alias Text<Values>

Text<Values>: {
    type: "Text";
    values: Values;
}

Type Parameters

  • Values extends string = string

Type declaration