Environment: {
    args: (OptionalArg | Group)[];
    content: Node[];
    kind: "env";
    location: Location;
    name: string;
}

Type declaration

Generated using TypeDoc