Type alias CorjJsonObject<P>

CorjJsonObject<P>: {
    [x: string]: CorjJsonValue<P>;
}

Type Parameters

Type declaration