interface APIReply {
    data: string;
    error?: string;
}

Properties

Properties

data: string
error?: string