File

src/admin/admin.interface.ts

Index

Properties

Properties

fields
fields: NewJurisdictionFieldDto[]
Type : NewJurisdictionFieldDto[]
userJwtPayload
userJwtPayload: UserJwtPayload
Type : UserJwtPayload
import type { UserJwtPayload } from "src/common/interfaces";
import { NewJurisdictionFieldDto } from "./dtos/create-jurisdiction-fields.dto";

export interface ISetJurisdiction {
  userJwtPayload: UserJwtPayload;
  id: string;
}

export interface ISetNewJurisdictionFields {
  userJwtPayload: UserJwtPayload;
  fields: NewJurisdictionFieldDto[];
}

results matching ""

    No results matching ""