export interface NamespaceResponse { namespace: { type: string; value: string; }; prefix: { type: string; value: string; }; }