Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
export interface IData {
document: IDocument;
encodingType: string;
}
export interface IDocument {
type: string;
language?: string;
content?: string;
gcsContentUri?: string;