interface BodyType {
    representation?: string;
    value?: string;
}

Hierarchy

  • Record<string, unknown>
    • BodyType

Properties

representation?: string

Type of content representation used for the value field.

value?: string

Body of the content, in the format found in the representation field.