export type AttributeQueryParameter = {
    [key: string]: string | string[];
};
