export interface ListItemAttachment {
    FileName: string;
    Url: string;
}