Interface CreatePostReport

interface CreatePostReport {
    post_id: number;
    reason: string;
}

Properties

Properties

post_id: number
reason: string