@lasuillard/raindrop-client
    Preparing search index...

    Interface CheckURLsExistResponse

    interface CheckURLsExistResponse {
        duplicates: CheckURLsExistResponseDuplicatesInner[];
        id: number;
        ids: number[];
        result: boolean;
    }
    Index
    id: number
    ids: number[]
    result: boolean