Type alias PODStringValue

PODStringValue: {
    type: "string";
    value: string;
}

POD value for a user-specififed string. String values can contain any string. They are not limited like names.

Type declaration

  • type: "string"
  • value: string

Generated using TypeDoc