export interface ConfigSetRequest {
    key: string;
    value: string;
    peerId: string;
    signature: string;
    callbackURL?: string;
}
