mirror of
https://github.com/MAKS-IT-COM/maksit-certs-ui.git
synced 2025-12-31 04:00:03 +01:00
7 lines
164 B
TypeScript
7 lines
164 B
TypeScript
import { PatchAction } from '@/models/PatchAction'
|
|
|
|
export interface PatchAccountRequest {
|
|
description?: PatchAction<string>
|
|
contacts?: PatchAction<string>[]
|
|
}
|