ProgramText import { ProgramText } from "destack:compute"; Text compute program source. export struct ProgramText { kind: "text"; format: ProgramFormat; source: string; } language/library/src/compute/program.ds:35:44 Members kind: "text" The source variant. format: ProgramFormat The source format. source: string The source text.