Interface AccountResource

interface AccountResource {
    data: any;
    type: StructTag;
}

Properties

Properties

data: any
type: StructTag