cyoa-core
    Preparing search index...

    Interface ListEffect

    interface ListEffect {
        op: "push" | "remove";
        path: string;
        value: Literal;
    }
    Index
    op: "push" | "remove"
    path: string
    value: Literal