interface RefreshedAttachment {
    original: string;
    refreshed: string;
}

Properties

Properties

original: string
refreshed: string