export type Attributes = {
    [key: string]: Array<{
        Key: string;
        Value: string;
    }>;
};
