jsii-rosetta
Version:
[](https://cdk.dev) [ that was compiled
*/
readonly fullSource?: string;
}
/**
* A single snippet's translation
*/
export interface TranslationSchema {
/**
* The source of a single translation
*/
readonly source: string;
/**
* The version of the translator used to obtain this translation
*/
readonly version: string;
}
//# sourceMappingURL=schema.d.ts.map