Standard and Custom Object Types
An attribute can have a type corresponding to a standard or custom object. For example, this is an attribute for a standard Account object:
<aura:attribute name="acct" type="Account" />
This is an attribute for an Expense__c custom object:
<aura:attribute name="expense" type="Expense__c" />