interface NeonApiResponse<T> {
    status: string;
    value: T;
}

Type Parameters

  • T

Properties

Properties

status: string
value: T