Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

SubjectDetailResponse

import type { SubjectDetailResponse } from "https://aws-api.deno.dev/v0.4/services/rolesanywhere.ts?docs=full";
interface SubjectDetailResponse {
subject?: SubjectDetail | null;
}

§Properties

§
subject?: SubjectDetail | null
[src]

The state of the subject after a read or write operation.