删除群组共享文件时的输入参数。

interface GroupDeleteSharedFileInput {
    fileId: string;
}

Properties

Properties

fileId: string

待删除的共享文件 ID。