Type Alias WithRid<S, N>

WithRid<S, N>: OmitMeta<S[N]> & {
    @rid: string;
}

A base type, with an @rid property added.

Type Parameters