Represents a computed property on the model

interface ComputedOptions {
    meta?: any;
    serializeAs: null | string;
}

Properties

Properties

meta?: any
serializeAs: null | string

if null, will not serialize default to getter name