@ccw-api/api
    Preparing search index...
    type Req = {
        forEveryone?: boolean;
        keyword?: string;
        oids?: string[];
        tag?: string;
    }
    Index

    Properties

    forEveryone?: boolean
    keyword?: string
    oids?: string[]
    tag?: string