TextSymbolPropsWithType: TextSymbolProperties & {
    type: "text";
}

Text symbol properties with type discriminator.