1 /** Represents the direct response object from the Docs API when retrieving the /meta endpoint */
2 export interface DocumentMetaInterface {
9 copyWithNewValues(newValues: Partial<DocumentMetaInterface>): DocumentMetaInterface
10 get uniqueIdentifier(): string
11 latestCommitId(): string | undefined