export interface FieldLinkDepths {
    [field: string]: number;
}
