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

Type Parameters

  • T0

Properties

Properties

id: string
is_mutable: boolean