Resource
A term substitution resource conforms to the following interface:
interface TermSubstitutionInput {
uuid: string
original_text: string
replacement_text: string
created_at: datetime
updated_at: datetime
}
A term substitution resource conforms to the following interface:
interface TermSubstitutionInput {
uuid: string
original_text: string
replacement_text: string
created_at: datetime
updated_at: datetime
}