interface ContentArgument implements ArgumentBaseimport { type ContentArgument } from "https://deno.land/x/harmony@v2.6.0/src/utils/command.ts"; Propertiesmatch: "content"optionaldefaultValue: string | numberoptionalcontentFilter: (value: string,index: number,array: string[],) => boolean