Interface ReportRepository

interface ReportRepository {
    create(params, meta?): Promise<mastodon.v1.Report>;
}

Methods

Methods