interface MetadataResult {
    response: string;
    status: string;
}

Properties

Properties

response: string
status: string