Wasm Directoryalpha
Record

read-text-file-response

Response to read-text-file.

record read-text-file-response {
  content: string,
}

Fields

NameTypeDescription
contentstringThe file contents.