Skip to content

Commit

Permalink
Remove usage of deleted type
Browse files Browse the repository at this point in the history
  • Loading branch information
Doomse committed Jan 13, 2025
1 parent d0936e8 commit 0dfad41
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/types/services/GetMessageFields.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,12 @@
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE.
*/
import type { MessageType } from '../types'

export type GetMessageFieldsRequest = {
message_type: string
service: boolean
action: boolean
type: MessageType
type: number
}

export type GetMessageFieldsResponse = {
Expand Down

0 comments on commit 0dfad41

Please sign in to comment.