Variable p_rsvpConst

p_rsvp: TUnion<
    [
        TLiteral<"yes">,
        TLiteral<"no">,
        TLiteral<"maybe">,
        TLiteral<"interested">,
    ],
> = ...

enum, use element or Value Class Pattern