export interface EntryLocation {
    entryId?: string;
    workspace?: string;
    root?: string;
    locale?: string;
}
