mirror of
https://github.com/standardnotes/server
synced 2026-07-14 00:01:54 -04:00
10 lines
215 B
TypeScript
10 lines
215 B
TypeScript
export interface RevisionMetadataHttpRepresentation {
|
|
uuid: string
|
|
item_uuid: string
|
|
content_type: string
|
|
created_at: string
|
|
updated_at: string
|
|
required_role: string
|
|
shared_vault_uuid: string | null
|
|
}
|