File

src/outbound/auth-api/dto/realm.dto.ts

Index

Properties

Properties

enabled
Type : boolean
Decorators :
@ApiProperty({example: true})
import { ApiProperty } from '@nestjs/swagger';

export class RealmDto {
  @ApiProperty({ example: 'CCM' })
  realm: string;
}
export class RealmEnabledDto {
  @ApiProperty({ example: true })
  enabled: boolean;
}

results matching ""

    No results matching ""