Interface PostStandardTextIdRequest

interface PostStandardTextIdRequest {
    failIfExists?: boolean;
    standardTextValue: StandardTextValue;
}

Properties

failIfExists?: boolean
standardTextValue: StandardTextValue