export default interface GetConfigurationRequest {
    key?: string[];
}
