interface TokenPolicyCreated<T0> {
    id: string;
    is_mutable: Boolean;
}

Type Parameters

  • T0

Properties

Properties

id: string
is_mutable: Boolean