interface AccountResponse {
    data: AccountData;
    message: string;
}

Properties

Properties

message: string