Interface MembraneGetError

interface MembraneGetError {
    error: { code: string; description: string };
}

Properties

Properties

error: { code: string; description: string }