import Client from "../Client"; export function get(client: Client, id: string) { return client.call("GET", `/plays/${id}/playlog`); }