Interface GetStandardTextIdWithStandardTextIdRequest

interface GetStandardTextIdWithStandardTextIdRequest {
    office: string;
    standardTextId: string;
}

Properties

office: string
standardTextId: string