export interface PermalinkContract {
    key: string;
    uri: string;
    targetKey: string;
}