Interface DeleteStandardTextIdWithStandardTextIdRequest

interface DeleteStandardTextIdWithStandardTextIdRequest {
    method: DeleteMethod;
    office: string;
    standardTextId: string;
}

Properties

method: DeleteMethod
office: string
standardTextId: string