Interface LockPost

interface LockPost {
    locked: boolean;
    post_id: number;
}

Properties

Properties

locked: boolean
post_id: number