export interface GetListOfIssueLinkedSharedFilesParams { /** Issue ID or Issue Key 課題のID または 課題キー */ issueIdOrKey: string | number; }