Parsed version of the $apply query parameter on an API

interface ApplyExpression {
    transformations: ApplyTransformation[];
}

Properties

Properties

transformations: ApplyTransformation[]

List of transformations for this $apply parameter

Generated using TypeDoc