interface CapState<T0> {
    delegates: string[];
}

Type Parameters

  • T0

Properties

Properties

delegates: string[]