/** * Validate input for deleting an xblock. */ export type DeleteXblock = { /** * The xblock locator to delete. */ xblock_id: string; };