Interface PurgePost

interface PurgePost {
    post_id: number;
    reason?: string;
}

Properties

Properties

post_id: number
reason?: string