(data: { before: string[]; after: string[] })
| 87 | }; |
| 88 | |
| 89 | export const sortScript = async (data: { before: string[]; after: string[] }) => { |
| 90 | return await scriptClient.sortScript(data); |
| 91 | }; |
| 92 | |
| 93 | export const pinToTop = async (uuids: string[]) => { |
| 94 | return await scriptClient.pinToTop(uuids); |
no test coverage detected