export interface GetSharePermission {
  /** The ID of the filter. */
  id: number;
  /** The ID of the share permission. */
  permissionId: number;
}
