Interface StandardTextValue

Export

StandardTextValue

interface StandardTextValue {
    id?: StandardTextId;
    standardText?: string;
}

Properties

Properties

Memberof

StandardTextValue

standardText?: string

Memberof

StandardTextValue