Type Alias Operation

type Operation = {
    from?: string | null;
    op?: string | null;
    path?: string | null;
    value?: unknown | null;
}
Index
from?: string | null
op?: string | null
path?: string | null
value?: unknown | null