UNPKG

@a11ywatch/core

Version:
8 lines (7 loc) 203 B
declare type RemoveProps = { userId?: number; url?: string; deleteMany?: boolean; }; export declare const removeIssue: ({ userId, url, deleteMany, }: RemoveProps) => Promise<any>; export {};